home *** CD-ROM | disk | FTP | other *** search
- Subject: Shape Geometry
- Sent: 5/7/96 3:42 PM
- Received: 5/8/96 12:55 PM
- From: Karl Jepsen, kjepsen@dharbor.com
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- We have found a very significant increase in performace if we tell the
- OpenDoc shapes to loose their geometry before performing operations on them
- (as done by the following code example)
-
- fTextPunchedOutShape = ::FW_NewODShape(ev);
- fTextPunchedOutShape->SetGeometryMode(ev,kODLoseGeometry);
-
- Is there (or should there be) a way to tell the framework to always default
- new shapes (via FW_NewODShape...) to loose their geometry?
-
- Karl Jepsen
-
-
-